Document gdk_pixbuf_{major,minor,micro}_version.
authorMatthias Clasen <mclasen@redhat.com>
Mon, 1 Nov 2004 19:41:27 +0000 (19:41 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 1 Nov 2004 19:41:27 +0000 (19:41 +0000)
2004-11-01  Matthias Clasen  <mclasen@redhat.com>

* gdk-pixbuf/tmpl/initialization_versions.sgml: Document
gdk_pixbuf_{major,minor,micro}_version.

docs/reference/ChangeLog
docs/reference/gdk-pixbuf/tmpl/initialization_versions.sgml

index 37add64c52e630b92255548181274bdacf64cf78..5548a02965fb4846e87aecb7497df72356087e66 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-01  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk-pixbuf/tmpl/initialization_versions.sgml: Document
+       gdk_pixbuf_{major,minor,micro}_version.
+
 Mon Nov  1 13:37:31 2004  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/question_index.sgml (linkend): add missing tag.
index 3c0f879aee9d05d1e6bdf70f92cf4d40709d6cd0..6b25caaa96f1bd58cd2dffac4b6c7c031b2eae61 100644 (file)
@@ -23,6 +23,48 @@ This is the version currently in use by a running program.
 </para>
 
 
+<!-- ##### VARIABLE gdk_pixbuf_major_version ##### -->
+<para>
+The major version number of the &gdk-pixbuf; library.  (e.g. in 
+&gdk-pixbuf; version 1.2.5 this is 1.) 
+</para>
+
+<para>
+This variable is in the library, so represents the
+&gdk-pixbuf; library you have linked against. Contrast with the
+#GDK_PIXBUF_MAJOR macro, which represents the major version of the
+&gdk-pixbuf; headers you have included.
+</para>
+
+
+<!-- ##### VARIABLE gdk_pixbuf_minor_version ##### -->
+<para>
+The minor version number of the &gdk-pixbuf; library.  (e.g. in 
+&gdk-pixbuf; version 1.2.5 this is 2.) 
+</para>
+
+<para>
+This variable is in the library, so represents the
+&gdk-pixbuf; library you have linked against. Contrast with the
+#GDK_PIXBUF_MINOR macro, which represents the minor version of the
+&gdk-pixbuf; headers you have included.
+</para>
+
+
+<!-- ##### VARIABLE gdk_pixbuf_micro_version ##### -->
+<para>
+The micro version number of the &gdk-pixbuf; library.  (e.g. in 
+&gdk-pixbuf; version 1.2.5 this is 5.) 
+</para>
+
+<para>
+This variable is in the library, so represents the
+&gdk-pixbuf; library you have linked against. Contrast with the
+#GDK_PIXBUF_MICRO macro, which represents the micro version of the
+&gdk-pixbuf; headers you have included.
+</para>
+
+
 <!-- ##### MACRO GDK_PIXBUF_VERSION ##### -->
 <para>
 Contains the full version of the &gdk-pixbuf; header as a string.